Searched refs:file_path (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Virtualization/authfs/src/ |
D | main.rs | 127 file_path: PathBuf, field 144 file_path: PathBuf, field 190 file_path: PathBuf::from(strs[1]), in parse_local_file_ro_option() 204 file_path: PathBuf::from(strs[1]), in parse_local_ro_file_unverified_ro_option() 248 fn new_config_local_ro_file_unverified(file_path: &Path) -> Result<FileConfig> { in new_config_local_ro_file_unverified() 249 let reader = LocalFileReader::new(File::open(file_path)?)?; in new_config_local_ro_file_unverified() 285 &config.file_path, in prepare_file_pool() 293 file_pool.insert(config.ino, new_config_local_ro_file_unverified(&config.file_path)?); in prepare_file_pool()
|
/packages/modules/Virtualization/microdroid/signature/ |
D | mk_payload.cc | 239 Result<void> GenerateFiller(const std::string& file_path, const std::string& filler_path) { in GenerateFiller() argument 240 auto file_size = GetFileSize(file_path); in GenerateFiller() 276 auto add_partition = [&](auto partition_name, auto file_path) -> Result<void> { in MakePayload() argument 278 if (auto ret = GenerateFiller(file_path, filler_path); !ret.ok()) { in MakePayload() 283 .image_file_paths = {file_path, filler_path}, in MakePayload()
|
/packages/modules/adb/ |
D | test_device.py | 1414 file_path = 'tmp_large_file' 1416 fh = open(file_path, 'w') 1419 subproc = subprocess.Popen(self.device.adb_cmd + ['push', file_path, '/data/local/tmp']) 1426 os.unlink(file_path) 1443 file_path = 'tmp_large_file' 1450 ['pull','/data/local/tmp/tmp_large_file', file_path]) 1457 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/services/Car/cpp/computepipe/proto/ |
D | InputConfig.proto | 23 optional string file_path = 2; field
|
/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | PipeOptionsConverter.cpp | 151 aidlInputDesc.videoDesc.filePath = inputStreamConfig.video_config().file_path(); in ConvertInputConfigProto()
|