Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 22 of 22) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/codeprovider/src/com/android/tests/codeprovider/storagetest_1/
DStorageTestSdk1ApiImpl.java43 Path filepath = Paths.get(sharedPath, "dir", "file"); in verifySharedStorageIsUsable() local
61 Path filepath = Paths.get(sdkDataPath, "dir", "file"); in verifyPerSdkStorageIsUsable() local
87 final Path filepath = Paths.get(path, "attribution", "file"); in createFilesinStorage() local
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetConfigStore.java55 private static boolean doesConfigFileExist(final String filepath) { in doesConfigFileExist()
107 private void loadConfigFileLocked(final String filepath) { in loadConfigFileLocked()
127 void write(String iface, IpConfiguration config, String filepath) { in write()
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DFileTsStreamer.java153 String filepath = new File(FILE_DIR, channel.filename).getAbsolutePath(); in startStream() local
254 private StreamProvider(String filepath) { in StreamProvider()
259 private void open(String filepath) { in open()
/packages/services/Car/tools/
Dupdate-obd2-sensors.py233 def generateJava(filepath): argument
248 def generatePython(filepath): argument
271 def load(filepath): argument
/packages/services/Car/tools/GenericCarApiBuilder/scripts/
Dadd_assertPlatformVersionAtLeast.py43 line_number, filepath = int(tokens[1].strip()), tokens[2].strip() variable
/packages/modules/adb/client/
Dincremental_server.cpp152 File(const char* filepath, FileId id, int64_t size, unique_fd fd, int64_t tree_offset, in File()
181 const char* const filepath; member in incremental::File
186 File(const char* filepath, FileId id, int64_t size, int64_t tree_offset) in File()
658 static std::pair<unique_fd, int64_t> open_fd(const char* filepath) { in open_fd()
672 static std::pair<unique_fd, int64_t> open_signature(int64_t file_size, const char* filepath) { in open_signature()
706 auto filepath = argv[i]; in serve() local
Dincremental_utils.cpp373 std::vector<int32_t> PriorityBlocksForFile(const std::string& filepath, borrowed_fd fd, in PriorityBlocksForFile()
/packages/modules/Connectivity/tests/unit/java/com/android/server/ethernet/
DEthernetConfigStoreTest.java94 private void assertConfigFileExist(final String filepath) { in assertConfigFileExist()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/
Dlib.rs23 let filepath = std::path::PathBuf::from(std::env::var("OUT_DIR").unwrap()) in debug_output_to_file() localVariable
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Ddns_https_frontend.rs438 let filepath = format!("/proc/self/fd/{}", rd.as_raw_fd()); in create_quiche_config() localVariable
446 let filepath = format!("/proc/self/fd/{}", rd.as_raw_fd()); in create_quiche_config() localVariable
/packages/modules/adb/
Dadb_utils_test.cpp131 const std::string filepath = basepath + "/file"; local
/packages/modules/SdkExtensions/derive_classpath/
Dderive_classpath.cpp178 bool ReadClasspathFragment(ExportedClasspathsJars* fragment, const std::string& filepath) { in ReadClasspathFragment()
/packages/apps/TV/tuner/proto/
Dchannel.proto33 optional string filepath = 6; field
/packages/modules/AdServices/adservices/scripts/
Dadservices_ui_tests.py118 def _write(self, xml, filepath): argument
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseConfigsTest.cpp239 [&](const char* filepath) -> Result<ResourceOveruseConfiguration> { in IoOveruseConfigsPeer()
246 const char* filepath) -> Result<void> { in IoOveruseConfigsPeer()
258 [[maybe_unused]] const char* filepath) -> Result<void> { in injectErrorOnWriteXmlFile()
/packages/services/Car/cpp/bugreport/
Dmain.cpp128 for (const auto& filepath : extra_files) { in zipFilesToFd() local
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java819 final String filepath = mContext.getResources().getString( in readTableFromXml() local
/packages/apps/Gallery/src/com/android/camera/
DImageManager.java249 public static int getExifOrientation(String filepath) { in getExifOrientation()
/packages/modules/Virtualization/libs/devicemapper/src/
Dlib.rs263 let filepath = test_dir.join(filename); in prepare_tmpfile() localVariable
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java395 public synchronized void setFilepath(String filepath) { in setFilepath()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java954 String filepath = Storage.generateFilepath(filename); in savePanorama() local
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs27 let filepath = std::path::PathBuf::from(std::env::var("OUT_DIR").unwrap()) in debug_output_to_file() localVariable