Searched refs:getPath (Results 1 – 15 of 15) sorted by relevance
/system/timezone/distro/core/src/main/com/android/timezone/distro/ |
D | FileUtils.java | 45 if (!subFile.getPath().startsWith(parentDir.getCanonicalPath())) { in createSubFile() 126 new File(file.getParentFile().getCanonicalFile(), baseName).getPath(); in isSymlink()
|
/system/tools/hidl/hashing/include/hidl-hash/ |
D | Hash.h | 42 const std::string& getPath() const;
|
/system/vold/model/ |
D | EmulatedVolume.cpp | 193 std::string appObbDir(StringPrintf("%s/%d/Android/obb", getPath().c_str(), userId)); in unmountFuseBindMounts() 356 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount() 409 std::string user_path(StringPrintf("%s/%d", getPath().c_str(), getMountUserId())); in doUnmount() 413 KillProcessesUsingPath(getPath()); in doUnmount()
|
D | ObbVolume.cpp | 111 auto path = getPath(); in doUnmount()
|
D | PublicVolume.cpp | 247 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount() 268 KillProcessesUsingPath(getPath()); in doUnmount()
|
D | VolumeBase.h | 89 const std::string& getPath() const { return mPath; } in getPath() function
|
/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/ |
D | TimeZoneDistroInstaller.java | 213 ZoneInfoDb.validateTzData(zoneInfoFile.getPath()); in stageInstallWithErrorCode() 227 TimeZoneFinder.createInstance(tzLookupFile.getPath()); in stageInstallWithErrorCode() 243 TelephonyLookup.createInstance(telephonyLookupFile.getPath()); in stageInstallWithErrorCode()
|
/system/vold/ |
D | VolumeManager.cpp | 421 pvol->getPath() + "/media", pvol->getRawDevice(), pvol->getFsUuid(), in createEmulatedVolumesForUser() 1017 if (!path.empty() && StartsWith(path, vol.getPath())) { in setupAppDir() 1033 volume->getInternalPath() + path.substr(volume->getPath().length()); in setupAppDir() 1087 if (!sourcePath.empty() && StartsWith(sourcePath, vol.getPath())) { in createObb() 1099 volume->getInternalPath() + sourcePath.substr(volume->getPath().length()); in createObb()
|
D | IdleMaint.cpp | 101 paths->push_back(vol->getPath()); in addFromVolumeManager()
|
D | VoldNativeService.cpp | 331 *path = vol->getPath(); in pathForVolId()
|
/system/tools/hidl/hashing/ |
D | Hash.cpp | 85 const std::string& Hash::getPath() const { in getPath() function in android::Hash
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 486 inline const string getPath(std::vector<string> &args) { in getPath() function 919 LOGI("Loading nanoapp from %s", getPath(args).c_str()); in main() 921 loadNanoapp(client, callbacks, getPath(args).c_str(), getId(args), in main()
|
/system/libvintf/xsd/compatibilityMatrix/api/ |
D | current.txt | 124 method public String getPath();
|
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/ |
D | TimeZoneDistroInstallerTest.java | 731 byte[] actualBytes = IoUtils.readFileAsByteArray(actual.getPath()); in assertContentsMatches() 732 byte[] expectedBytes = IoUtils.readFileAsByteArray(expected.getPath()); in assertContentsMatches()
|
/system/tools/hidl/ |
D | AST.cpp | 46 Location::startOf(coordinator->makeRelative(fileHash->getPath())), in AST() 67 return mFileHash->getPath(); in getFilename()
|