HomeSort by relevance Sort by last modified time
    Searched refs:base_path (Results 126 - 142 of 142) sorted by null

1 2 3 4 56

  /external/tlsdate/src/
tlsdate.h 122 const char *base_path; member in struct:opts
  /external/autotest/client/deps/glbench/src/
utils.cc 34 FilePath base_path = relative ? argv0_path.Append(relative) : argv0_path; local
35 g_base_path = new FilePath(base_path);
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 233 def _FileLock(base_path):
234 pseudo_lock_path = '%s.pseudo_lock' % base_path
238 # lock on |base_path| and has not finished before proceeding further to create
  /external/v8/tools/gyp/pylib/gyp/generator/
cmake.py 94 def NormjoinPathForceCMakeSource(base_path, rel_path):
95 """Resolves rel_path against base_path and returns the result.
98 Otherwise it is resolved against base_path and normalized.
106 # TODO: do we need to check base_path for absolute variables as well?
108 os.path.normpath(os.path.join(base_path, rel_path)))
111 def NormjoinPath(base_path, rel_path):
112 """Resolves rel_path against base_path and returns the result.
115 Otherwise it is resolved against base_path if relative, then normalized.
119 return os.path.normpath(os.path.join(base_path, rel_path))
323 def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source)
    [all...]
make.py 701 def Write(self, qualified_target, base_path, output_filename, spec, configs,
707 base_path: path relative to source root we're building in, used to resolve
720 self.path = base_path
    [all...]
ninja.py     [all...]
msvs.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 435 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
438 os.mkdir(base_path)
439 os.chdir(base_path)
480 shutil.rmtree(base_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 435 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
438 os.mkdir(base_path)
439 os.chdir(base_path)
480 shutil.rmtree(base_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 435 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
438 os.mkdir(base_path)
439 os.chdir(base_path)
480 shutil.rmtree(base_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 435 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
438 os.mkdir(base_path)
439 os.chdir(base_path)
480 shutil.rmtree(base_path)
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
handlers.py     [all...]
model.py 740 base_path,
752 base_path: base path of this mapreduce job. Deprecated.
765 self.base_path = base_path
847 return cls(mapreduce_spec.params["base_path"],
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
service_registry.py 23 base_url, base_path, names,
33 self.__base_path = base_path
  /external/v8/tools/gyp/pylib/gyp/
msvs_emulation.py 285 def __init__(self, parent, field, base_path, append=None):
288 self.base_path = [base_path]
291 return self.parent._GetAndMunge(self.field, self.base_path + [name],
    [all...]
  /external/autotest/server/hosts/
adb_host.py     [all...]
  /external/autotest/client/virt/
virt_utils.py     [all...]

Completed in 503 milliseconds

1 2 3 4 56