HomeSort by relevance Sort by last modified time
    Searched refs:current_dir (Results 26 - 43 of 43) sorted by null

12

  /external/chromium_org/third_party/closure_compiler/
compile_modules.py 85 current_dir = os.getcwd()
89 if current_dir and module_dir:
90 here_to_module_dir = os.path.relpath(module_dir, current_dir)
checker.py 60 current_dir = os.path.join(os.path.dirname(__file__))
61 self._compiler_jar = os.path.join(current_dir, "lib", "compiler.jar")
62 self._runner_jar = os.path.join(current_dir, "runner", "runner.jar")
  /external/chromium_org/tools/gn/
path_output.cc 12 PathOutput::PathOutput(const SourceDir& current_dir, EscapingMode escaping)
13 : current_dir_(current_dir) {
14 CHECK(current_dir.is_source_absolute())
label.h 36 static Label Resolve(const SourceDir& current_dir,
setup.cc 107 base::FilePath FindDotFile(const base::FilePath& current_dir) {
108 base::FilePath try_this_file = current_dir.Append(kGnFile);
112 base::FilePath with_no_slash = current_dir.StripTrailingSeparators();
114 if (up_one_dir == current_dir)
ninja_binary_target_writer.cc 105 PathOutput include_path_output(path_output_.current_dir(),
293 PathOutput lib_path_output(path_output_.current_dir(),
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options_unittest.py 75 current_dir = os.path.dirname(__file__)
76 parser.parse_args(['--browser', 'any', '--profile-dir', current_dir])
77 self.assertEquals(options.browser_options.profile_dir, current_dir)
  /external/chromium_org/content/test/
PRESUBMIT.py 17 current_dir = str(input_api.PresubmitLocalPath())
  /external/eigen/bench/spbench/
spbenchsolver.cpp 69 string current_dir; local
  /external/chromium_org/sandbox/linux/services/
credentials_unittest.cc 33 char current_dir[PATH_MAX]; local
34 char* cwd = getcwd(current_dir, sizeof(current_dir));
  /external/chromium_org/chrome/browser/
process_singleton_posix.cc 548 void HandleMessage(const std::string& current_dir,
622 const std::string& current_dir, const std::vector<std::string>& argv,
628 base::FilePath(current_dir))) {
700 std::string current_dir = tokens[1]; local
710 current_dir,
845 base::FilePath current_dir; local
846 if (!PathService::Get(base::DIR_CURRENT, &current_dir))
848 to_send.append(current_dir.value());
    [all...]
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 65 char * current_dir() { function in namespace:__anon6109
79 , cwd(current_dir()) {}
  /external/llvm/lib/Support/
Path.cpp 788 SmallString<128> current_dir;
789 if (std::error_code ec = current_path(current_dir))
795 path::append(current_dir, p);
797 path.swap(current_dir);
802 StringRef cdrn = path::root_name(current_dir);
812 StringRef bRootDirectory = path::root_directory(current_dir);
813 StringRef bRelativePath = path::relative_path(current_dir);
  /external/chromium_org/content/browser/
storage_partition_impl_map.cc 166 // Examines paths directly in |current_dir| (no recursion) and tries to
170 void ObliterateOneDirectory(const base::FilePath& current_dir,
173 CHECK(current_dir.IsAbsolute());
175 base::FileEnumerator enumerator(current_dir, false, kAllFileTypes);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 175 wchar_t current_dir[MAX_PATH]; local
176 if (GetCurrentDirectory(MAX_PATH, current_dir)) {
177 base::string16 dll_path = base::string16(current_dir) +
  /external/chromium_org/build/android/pylib/
android_commands.py 227 current_dir = ''
232 current_dir = directory_match.group('dir')
236 filename = os.path.join(current_dir, file_match.group('filename'))
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 590 my $current_dir;
593 foreach $current_dir (@directory)
595 info("Deleting all .da files in $current_dir".
597 @file_list = `find "$current_dir" $maxdepth $follow -name \\*\\.da -o -name \\*\\.gcda -type f 2>/dev/null`;
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 1033 var current_dir = '';
1046 current_dir = file_data[1];
1047 //current_dir = current_dir.substr(0,current_dir.lengh-1);
1051 var file_name = current_dir + file_data[1];
    [all...]

Completed in 643 milliseconds

12