Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetConfigStore.java57 private static boolean doesConfigFileExist(final String filepath) { in doesConfigFileExist()
109 private void loadConfigFileLocked(final String filepath) { in loadConfigFileLocked()
120 void write(String iface, IpConfiguration config, String filepath) { in write()
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/codeprovider/src/com/android/tests/codeprovider/storagetest/
DStorageTestSandboxedSdkProvider.java76 Path filepath = Paths.get(sharedPath, "dir", "file"); in testSdkSandboxDataAppDirectory_SharedStorageIsUsable() local
90 Path filepath = Paths.get(sharedPath, "attribution", "file"); in testSdkDataIsAttributedToApp() local
/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/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.cpp372 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/tests/doh/src/
Ddns_https_frontend.rs428 let filepath = format!("/proc/self/fd/{}", rd.as_raw_fd()); in create_quiche_config() localVariable
436 let filepath = format!("/proc/self/fd/{}", rd.as_raw_fd()); in create_quiche_config() localVariable
/packages/modules/adb/
Dadb_utils_test.cpp130 const std::string filepath = basepath + "/file"; local
/packages/modules/SdkExtensions/derive_classpath/
Dderive_classpath.cpp175 bool ReadClasspathFragment(ExportedClasspathsJars* fragment, const std::string& filepath) { in ReadClasspathFragment()
/packages/apps/TV/tuner/proto/
Dchannel.proto33 optional string filepath = 6; field
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseConfigsTest.cpp236 [&](const char* filepath) -> android::base::Result<ResourceOveruseConfiguration> { in IoOveruseConfigsPeer()
245 const char* filepath) -> android::base::Result<void> { in IoOveruseConfigsPeer()
258 [[maybe_unused]] const char* filepath) -> android::base::Result<void> { in injectErrorOnWriteXmlFile()
/packages/services/Car/cpp/bugreport/
Dmain.cpp128 for (const auto& filepath : extra_files) { in zipFilesToFd() local
/packages/apps/Gallery/src/com/android/camera/
DImageManager.java249 public static int getExifOrientation(String filepath) { in getExifOrientation()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java819 final String filepath = mContext.getResources().getString( in readTableFromXml() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java395 public synchronized void setFilepath(String filepath) { in setFilepath()
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs23 let filepath = std::path::PathBuf::from(std::env::var("OUT_DIR").unwrap()) in debug_output_to_file() localVariable
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java954 String filepath = Storage.generateFilepath(filename); in savePanorama() local