| /packages/services/Car/tools/scripts/ | 
| D | remove-apirequirements.py | 45         file_path = os.path.join(directory, file_name) 47         if os.path.isfile(file_path): 48             remove_api_requirements(file_path) 49             delete_text_from_files(file_path) 51         if os.path.isdir(file_path): 52             delete_text_from_files(file_path) 54 def remove_api_requirements(file_path):  argument 55     with open(file_path, 'r+') as f:
  | 
| /packages/modules/Bluetooth/system/gd/sysprops/ | 
| D | sysprops_module.cc | 43   std::string file_path = os::ParameterProvider::SyspropsFilePath();  in Start()  local 44   if (!file_path.empty()) {  in Start() 45     parse_config(file_path);  in Start() 47     std::string override_dir = file_path + ".d";  in Start() 66 void SyspropsModule::parse_config(std::string file_path) {  in parse_config()  argument 111   auto config = storage::LegacyConfigFile::FromPath(file_path).Read(kDefaultCapacity);  in parse_config()
  | 
| D | sysprops_module.h | 45   void parse_config(std::string file_path);
  | 
| /packages/modules/Virtualization/microdroid/payload/ | 
| D | mk_payload.cc | 193 Result<bool> ZeroFiller(const std::string& file_path, const std::string& filler_path) {  in ZeroFiller()  argument 194     auto file_size = GetFileSize(file_path);  in ZeroFiller() 217     auto add_partition = [&](auto partition_name, auto file_path) -> Result<void> {  in MakePayload()  argument 218         std::vector<std::string> image_files{file_path};  in MakePayload() 222         if (auto ret = ZeroFiller(file_path, filler_path); !ret.ok()) {  in MakePayload()
  | 
| /packages/services/Car/tools/telemetry/lua-interpreter/ | 
| D | app.py | 49   file_path = os.path.join(os.path.dirname(__file__), "data") 51                           os.listdir(file_path)) 60     json_file_path = os.path.join(file_path, file_name + '.json')
  | 
| /packages/modules/Bluetooth/system/osi/test/ | 
| D | config_test.cc | 256   base::FilePath file_path(filename.string());  in TEST_F()  local 258   EXPECT_EQ(base::WriteFile(file_path, checksum.data(), checksum.size()),  in TEST_F() 270   base::FilePath file_path(filename.string());  in TEST_F()  local 274   EXPECT_TRUE(base::PathExists(file_path));  in TEST_F()
  | 
| /packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ | 
| D | async_subprocess_logger.py | 85 …       log_files = [stack.enter_context(open(file_path, 'w')) for file_path in self.log_file_paths]
  | 
| /packages/providers/MediaProvider/jni/ | 
| D | node-inl.h | 82     FdAccessResult(const std::string& file_path, const bool should_redact)  in FdAccessResult() 83         : file_path(file_path), should_redact(should_redact) {}  in FdAccessResult() 85     const std::string file_path;  member
  | 
| D | node_test.cpp | 382     ASSERT_EQ(res->file_path, "/path");  in TEST_F() 396     ASSERT_EQ(res->file_path, "/path");  in TEST_F() 416     ASSERT_EQ(res->file_path, "/path");  in TEST_F() 432     ASSERT_EQ(res->file_path, "");  in TEST_F() 440     ASSERT_EQ(res->file_path, "");  in TEST_F()
  | 
| D | com_android_providers_media_FuseDaemon.cpp | 178                           env->NewStringUTF(result->file_path.c_str()), result->should_redact);  in com_android_providers_media_FuseDaemon_check_fd_access()
  | 
| /packages/modules/Bluetooth/system/blueberry/utils/ | 
| D | bt_audio_utils.py | 276   file_path, file_name = os.path.split(audio_file) 283   output_file = os.path.join(file_path, output_file_name)
  | 
| /packages/modules/Virtualization/microdroid/initrd/src/ | 
| D | main.rs | 55 fn get_checksum(file_path: &PathBuf) -> Result<u32> {  in get_checksum() 56     File::open(file_path)?.bytes().map(|x| Ok(x? as u32)).sum()  in get_checksum()
  | 
| /packages/modules/adb/ | 
| D | test_device.py | 1396         file_path = 'tmp_large_file' 1398             fh = open(file_path, 'w') 1401             subproc = subprocess.Popen(self.device.adb_cmd + ['push', file_path, '/data/local/tmp']) 1408                 os.unlink(file_path) 1425         file_path = 'tmp_large_file' 1432                                        ['pull','/data/local/tmp/tmp_large_file', file_path]) 1439                 os.unlink(file_path)
  | 
| /packages/services/Car/cpp/computepipe/runner/input_manager/ | 
| D | VideoInputManager.cpp | 84             !config.video_config().file_path().empty()) {  in populateDecoders()
  | 
| D | VideoDecoder.cpp | 59         mVideoPath = config.video_config().file_path();  in VideoDecoder()
  | 
| /packages/modules/Bluetooth/system/blueberry/controllers/ | 
| D | bt_stub.py | 138   def delete_song(self, file_path: str = '') -> None:
  | 
| /packages/services/Car/cpp/computepipe/proto/ | 
| D | InputConfig.proto | 23   optional string file_path = 2;  field
  | 
| /packages/modules/Virtualization/authfs/fd_server/src/ | 
| D | aidl.rs | 259     fn openFileInDirectory(&self, dir_fd: i32, file_path: &str) -> BinderResult<i32> {  in openFileInDirectory() 260         let path_buf = PathBuf::from(file_path);  in openFileInDirectory()
  | 
| /packages/services/Car/cpp/computepipe/runner/client_interface/ | 
| D | PipeOptionsConverter.cpp | 151         aidlInputDesc.videoDesc.filePath = inputStreamConfig.video_config().file_path();  in ConvertInputConfigProto()
  | 
| /packages/services/Car/tools/cpu_perf/ | 
| D | perfetto_cpu_analysis.py | 255   tp = TraceProcessor(file_path=traceFile)
  | 
| /packages/modules/Bluetooth/system/build/secondary/third_party/libchrome/ | 
| D | BUILD.gn | 45     "base/files/file_path.cc",
  | 
| /packages/modules/Virtualization/microdroid/kernel/arm64/ | 
| D | System.map | 9061 ffffffc008261b8c T file_path
  | 
| /packages/modules/Virtualization/microdroid/kernel/x86_64/ | 
| D | System.map | 11380 ffffffff812e3340 t file_path
  |