Searched refs:absolute_path (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 37 static char *absolute_path(const char *file) in absolute_path() function 71 fs_config_file = absolute_path(optarg); in main() 75 file_contexts = absolute_path(optarg); in main() 79 product_out = absolute_path(optarg); in main() 85 basefs_out = absolute_path(optarg); in main() 88 basefs_in = absolute_path(optarg); in main() 91 block_list = absolute_path(optarg); in main() 94 src_dir = absolute_path(optarg); in main()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
D | file_handle.py | 12 def __init__(self, temp_file=None, absolute_path=None): argument 25 assert (absolute_path is None) != (temp_file is None) 27 self._absolute_path = absolute_path
|
/external/autotest/scheduler/ |
D | drone_manager.py | 255 drone.call('initialize', self.absolute_path('')) 717 abs_working_directory = self.absolute_path(working_directory) 720 log_file = self.absolute_path(log_file) 757 path = os.path.join(self.absolute_path(execution_tag), pidfile_name) 827 def absolute_path(self, path, on_results_repository=False): member in BaseDroneManager 842 full_source = self.absolute_path(source_path) 843 full_destination = self.absolute_path( 876 drone.queue_call('write_to_file', self.absolute_path(file_path), 909 full_path = self.absolute_path(
|
D | site_drone_manager.py | 73 drone.call('initialize', self.absolute_path(''))
|
D | postjob_task.py | 43 self._drone_manager.absolute_path(self._working_directory()))
|
D | monitor_db.py | 1183 _drone_manager.absolute_path(control_path)],
|
D | monitor_db_functional_test.py | 273 def absolute_path(self, path): member in MockDroneManager
|
/external/syslinux/utils/ |
D | mkdiskimage.in | 26 sub absolute_path($) { 246 if ( !symlink(absolute_path($file), $imglink) );
|
/external/syslinux/bios/utils/ |
D | mkdiskimage | 26 sub absolute_path($) { subroutine 246 if ( !symlink(absolute_path($file), $imglink) );
|
/external/v8/src/ |
D | d8.cc | 623 std::string absolute_path = in ResolveModuleCallback() local 625 auto module_it = d->specifier_to_module_map.find(absolute_path); in ResolveModuleCallback() 665 std::string absolute_path = NormalizePath(ToSTLString(name), dir_name); in FetchModuleTree() local 666 if (!d->specifier_to_module_map.count(absolute_path)) { in FetchModuleTree() 667 if (FetchModuleTree(context, absolute_path).IsEmpty()) { in FetchModuleTree() 683 std::string absolute_path = NormalizePath(file_name, GetWorkingDirectory()); in ExecuteModule() local 686 if (!FetchModuleTree(realm, absolute_path).ToLocal(&root_module)) { in ExecuteModule()
|