HomeSort by relevance Sort by last modified time
    Searched defs:absolute_path (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
style_sheet.py 21 def absolute_path(self): member in class:Image
22 return self.resource.absolute_path
43 dependent_filenames.append(i.resource.absolute_path)
56 ext = os.path.splitext(image.absolute_path)[1]
67 dependent_filenames.append(i.resource.absolute_path)
104 return self.resource.absolute_path
121 dependent_filenames.append(self.resource.absolute_path)
136 module_dirname = os.path.dirname(self.resource.absolute_path)
  /external/autotest/scheduler/
luciferlib.py 244 def absolute_path(self, path): member in class:_DroneManager
249 return self._manager.absolute_path(path)
294 return manager.absolute_path(_working_directory(job))
drone_manager.py 160 directory, except for those returns by absolute_path().
266 drone.call('initialize', self.absolute_path(''))
750 abs_working_directory = self.absolute_path(working_directory)
753 log_file = self.absolute_path(log_file)
784 path = os.path.join(self.absolute_path(execution_tag), pidfile_name)
854 def absolute_path(self, path, on_results_repository=False): member in class:DroneManager
869 full_source = self.absolute_path(source_path)
870 full_destination = self.absolute_path(
    [all...]
monitor_db_functional_test.py 275 def absolute_path(self, path): member in class:MockDroneManager
    [all...]
  /external/f2fs-tools/fsck/
main.c 33 static char *absolute_path(const char *file) function
484 c.fs_config_file = absolute_path(optarg);
496 c.from_dir = absolute_path(optarg);
499 c.target_out_dir = absolute_path(optarg);
513 absolute_path(token);
  /external/e2fsprogs/contrib/android/
e2fsdroid.c 50 static char *absolute_path(const char *file) function
223 fs_config_file = absolute_path(optarg);
235 seopt_file[nr_opt].value = absolute_path(token);
242 product_out = absolute_path(optarg);
249 basefs_out = absolute_path(optarg);
252 basefs_in = absolute_path(optarg);
255 block_list = absolute_path(optarg);
258 src_dir = absolute_path(optarg);
  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib.cc 94 char absolute_path[PATH_MAX + 1]; local
95 if (::realpath(binary_path.c_str(), absolute_path) == nullptr) {
99 int result = ::stat(absolute_path, &statinfo);
  /external/v8/src/
d8.cc 732 std::string absolute_path = NormalizePath(ToSTLString(isolate, specifier), local
734 auto module_it = d->specifier_to_module_map.find(absolute_path);
774 std::string absolute_path = local
776 if (!d->specifier_to_module_map.count(absolute_path)) {
777 if (FetchModuleTree(context, absolute_path).IsEmpty()) {
863 std::string absolute_path = NormalizePath(file_name, dir_name); local
870 auto module_it = d->specifier_to_module_map.find(absolute_path);
873 } else if (!FetchModuleTree(realm, absolute_path).ToLocal(&root_module)) {
905 std::string absolute_path = NormalizePath(file_name, GetWorkingDirectory()); local
913 if (!FetchModuleTree(realm, absolute_path).ToLocal(&root_module))
    [all...]

Completed in 531 milliseconds