Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance
109 void renameFile(in @utf8InCpp String currentPath, in @utf8InCpp String destPath, in renameFile() argument
26 const std::filesystem::path currentPath = android::base::getProgramDirectory(); in GetTestDataPath() local27 return (currentPath / "tests" / "testdata" / basename).string(); in GetTestDataPath()