Home
last modified time | relevance | path

Searched refs:absolute_path (Results 1 – 10 of 10) sorted by relevance

/external/e2fsprogs/contrib/android/
De2fsdroid.c37 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/
Dfile_handle.py12 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/
Ddrone_manager.py255 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(
Dsite_drone_manager.py73 drone.call('initialize', self.absolute_path(''))
Dpostjob_task.py43 self._drone_manager.absolute_path(self._working_directory()))
Dmonitor_db.py1183 _drone_manager.absolute_path(control_path)],
Dmonitor_db_functional_test.py273 def absolute_path(self, path): member in MockDroneManager
/external/syslinux/utils/
Dmkdiskimage.in26 sub absolute_path($) {
246 if ( !symlink(absolute_path($file), $imglink) );
/external/syslinux/bios/utils/
Dmkdiskimage26 sub absolute_path($) { subroutine
246 if ( !symlink(absolute_path($file), $imglink) );
/external/v8/src/
Dd8.cc623 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()