Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 8 of 8) sorted by relevance

/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java287 String filePath = Paths.get(DECOMPRESSED_DIR_PATH, in testUnusedDecompressedApexIsCleanedUp_HigherVersion() local
306 String filePath = Paths.get(DECOMPRESSED_DIR_PATH, in testUnusedDecompressedApexIsCleanedUp_SameVersion() local
388 String filePath = Paths.get(DECOMPRESSED_DIR_PATH, in testCapexToApexSwitch() local
442 String filePath = Paths.get(DECOMPRESSED_DIR_PATH, in testOrphanedDecompressedApexInActiveDirIsIgnored() local
/system/media/audio/include/system/
Daudio_config.h46 static inline bool audio_is_readable_configuration_file(const char* filePath) { in audio_is_readable_configuration_file()
/system/tools/xsdc/src/main/java/com/android/xsdc/
DMain.java223 String filePath = Paths.get(xsdFile).resolveSibling(file).toString(); in parse() local
/system/tools/aidl/analyzer/
DanalyzerMain.cpp59 auto filePath = getRecordingPath(serviceName); in startRecording() local
167 auto filePath = getRecordingPath(serviceName); in listenToFile() local
/system/core/fs_mgr/libsnapshot/snapuserd/
Dsnapuserd_client.cpp372 std::string filePath = GetDaemonAliveIndicatorPath(); in RemoveTransitionedDaemonIndicator() local
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp300 string filePath = android::base::StringPrintf("/proc/self/fd/%d", fd); in reopenFileUsingFd() local
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java1224 Path filePath = Paths.get(fileName); in checkFileExists() local
1230 Path filePath = Paths.get(fileName); in assertFileMissing() local
/system/chre/host/hal_generic/common/
Dhal_client_manager.cc35 bool getClientMappingsFromFile(const std::string &filePath, in getClientMappingsFromFile()