Searched refs:getPath (Results 1 – 10 of 10) sorted by relevance
45 if (!subFile.getPath().startsWith(parentDir.getCanonicalPath())) { in createSubFile()126 new File(file.getParentFile().getCanonicalFile(), baseName).getPath(); in isSymlink()
40 const std::string &getPath() const;
118 KillProcessesUsingPath(getPath()); in doUnmount()
84 const std::string& getPath() { return mPath; } in getPath() function
59 mPaths.push_back(vol->getPath()); in TrimTask()
204 KillProcessesUsingPath(getPath()); in doUnmount()
458 path = vol->getPath(); in benchmarkPrivate()487 std::string source(mPrimary->getPath()); in linkPrimary()
185 ZoneInfoDB.TzData tzData = ZoneInfoDB.TzData.loadTzData(zoneInfoFile.getPath()); in stageInstallWithErrorCode()207 TimeZoneFinder.createInstance(tzLookupFile.getPath()); in stageInstallWithErrorCode()
77 const std::string &Hash::getPath() const { in getPath() function in android::Hash
672 byte[] actualBytes = IoUtils.readFileAsByteArray(actual.getPath()); in assertContentsMatches()673 byte[] expectedBytes = IoUtils.readFileAsByteArray(expected.getPath()); in assertContentsMatches()