HomeSort by relevance Sort by last modified time
    Searched refs:current_dir (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/tools/gn/
value_extractors.cc 18 : current_dir(current_dir_in) {}
22 *out = current_dir.ResolveRelativeFile(v.string_value());
32 const SourceDir& current_dir; member in struct:__anon16508::RelativeFileConverter
37 : current_dir(current_dir_in) {}
41 *out = current_dir.ResolveRelativeDir(v.string_value());
44 const SourceDir& current_dir; member in struct:__anon16508::RelativeDirConverter
50 : current_dir(current_dir_in),
55 *out = Label::Resolve(current_dir, current_toolchain, v, err);
58 const SourceDir& current_dir; member in struct:__anon16508::LabelResolver
80 const SourceDir& current_dir,
    [all...]
function_set_default_toolchain.cc 59 const SourceDir& current_dir = SourceDirForFunctionCall(function); local
65 Label::Resolve(current_dir, default_toolchain, args[0], err));
value_extractors.h 41 const SourceDir& current_dir,
47 const SourceDir& current_dir,
52 const SourceDir& current_dir,
label.cc 28 const SourceDir& current_dir,
34 *result = current_dir;
47 *result = current_dir.ResolveRelativeDir(input);
94 bool Resolve(const SourceDir& current_dir,
162 if (!ComputeBuildLocationFromDep(original_value, current_dir, location_piece,
180 return Resolve(current_dir, current_toolchain,
207 Label Label::Resolve(const SourceDir& current_dir,
222 if (!::Resolve(current_dir, current_toolchain, input, input_string,
path_output.h 32 PathOutput(const SourceDir& current_dir,
setup.cc 64 base::FilePath FindDotFile(const base::FilePath& current_dir) {
65 base::FilePath try_this_file = current_dir.Append(kGnFile);
69 base::FilePath with_no_slash = current_dir.StripTrailingSeparators();
71 if (up_one_dir == current_dir)
path_output.cc 12 PathOutput::PathOutput(const SourceDir& current_dir,
15 : current_dir_(current_dir) {
label.h 33 static Label Resolve(const SourceDir& current_dir,
  /external/chromium_org/webkit/tools/layout_tests/
PRESUBMIT.py 14 current_dir = str(input_api.PresubmitLocalPath())
17 current_dir,
18 input_api.os_path.join(current_dir, '..', '..', '..', 'tools', 'python')
26 input_api.os_path.join(current_dir, 'run_webkit_tests.py'),
31 cwd=current_dir,
  /external/eigen/bench/spbench/
spbenchsolver.cpp 70 string current_dir; local
72 current_dir = matrix_dir + "/real";
73 Browse_Matrices<double>(current_dir, statFileExists, statFile,maxiters, tol);
76 current_dir = matrix_dir + "/complex";
77 Browse_Matrices<std::complex<double> >(current_dir, statFileExists, statFile, maxiters, tol);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
webkit_finder.py 92 current_dir = fs.dirname(self._webkit_base())
93 while current_dir != prev_dir:
94 if fs.exists(fs.join(current_dir, 'depot_tools', 'pylint.py')):
95 return fs.join(current_dir, 'depot_tools')
96 prev_dir = current_dir
97 current_dir = fs.dirname(current_dir)
  /external/chromium_org/apps/
app_load_service.h 41 base::FilePath current_dir; member in struct:apps::AppLoadService::PostReloadAction
57 const base::FilePath& current_dir);
app_load_service.cc 54 const base::FilePath& current_dir) {
65 action.current_dir = current_dir;
100 it->second.current_dir);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python_unittest.py 54 current_dir = os.path.dirname(__file__)
55 file_path = os.path.join(current_dir, "python_unittest_input.py")
  /external/chromium/net/tools/flip_server/
mem_cache.cc 83 DIR* current_dir = NULL; local
85 while (current_dir == NULL && !paths.empty()) {
88 current_dir = opendir(current_dir_name.c_str());
91 if (current_dir == NULL) {
97 if (current_dir) {
99 for (struct dirent* dir_data = readdir(current_dir);
101 dir_data = readdir(current_dir)) {
117 closedir(current_dir);
118 current_dir = NULL;
  /external/chromium_org/net/tools/flip_server/
mem_cache.cc 84 DIR* current_dir = NULL; local
86 while (current_dir == NULL && !paths.empty()) {
89 current_dir = opendir(current_dir_name.c_str());
92 if (current_dir == NULL) {
98 if (current_dir) {
100 for (struct dirent* dir_data = readdir(current_dir);
102 dir_data = readdir(current_dir)) {
118 closedir(current_dir);
119 current_dir = NULL;
  /external/chromium_org/chrome_frame/
chrome_launcher_utils.cc 34 base::FilePath current_dir = module_path.DirName(); local
35 base::FilePath chrome_launcher = current_dir.Append(
  /external/chromium_org/ppapi/generators/
generator.py 31 current_dir = os.path.abspath(os.getcwd())
33 if current_dir != script_dir:
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance.py 99 current_dir = os.path.dirname(path)
133 include_path = os.path.join(current_dir, test_name)
137 test = os.path.join(current_dir, test_name)
  /external/chromium/chrome/browser/
process_singleton_linux.cc 534 void HandleMessage(const std::string& current_dir,
602 const std::string& current_dir, const std::vector<std::string>& argv,
649 FilePath current_dir_file_path(current_dir);
714 std::string current_dir = tokens[1]; local
724 current_dir,
835 FilePath current_dir; local
836 if (!PathService::Get(base::DIR_CURRENT, &current_dir))
838 to_send.append(current_dir.value());
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_linux.cc 491 void HandleMessage(const std::string& current_dir,
565 const std::string& current_dir, const std::vector<std::string>& argv,
571 base::FilePath(current_dir))) {
643 std::string current_dir = tokens[1]; local
653 current_dir,
774 base::FilePath current_dir; local
775 if (!PathService::Get(base::DIR_CURRENT, &current_dir))
777 to_send.append(current_dir.value());
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
chromoting_helper.py 44 current_dir = os.getcwd()
108 os.chdir(current_dir)
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 64 char * current_dir() { function in namespace:__anon24260
78 , cwd(current_dir()) {}
  /external/llvm/lib/Support/
Path.cpp 720 SmallString<128> current_dir;
721 if (error_code ec = current_path(current_dir)) return ec;
726 path::append(current_dir, p);
728 path.swap(current_dir);
733 StringRef cdrn = path::root_name(current_dir);
743 StringRef bRootDirectory = path::root_directory(current_dir);
744 StringRef bRelativePath = path::relative_path(current_dir);
  /external/chromium_org/content/browser/
storage_partition_impl_map.cc 204 // Examines paths directly in |current_dir| (no recursion) and tries to
208 void ObliterateOneDirectory(const base::FilePath& current_dir,
211 CHECK(current_dir.IsAbsolute());
213 base::FileEnumerator enumerator(current_dir, false, kAllFileTypes);

Completed in 877 milliseconds

1 2