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

12

  /external/eigen/bench/spbench/
spbenchsolver.cpp 69 string current_dir; local
  /external/chromium_org/tools/gn/
visibility_unittest.cc 25 SourceDir current_dir("//foo/");
57 Visibility::GetPattern(current_dir, Value(NULL, cur.input), &err);
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 258 PathOutput lib_path_output(path_output_.current_dir(),
  /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 535 void HandleMessage(const std::string& current_dir,
609 const std::string& current_dir, const std::vector<std::string>& argv,
615 base::FilePath(current_dir))) {
687 std::string current_dir = tokens[1]; local
697 current_dir,
822 base::FilePath current_dir; local
823 if (!PathService::Get(base::DIR_CURRENT, &current_dir))
825 to_send.append(current_dir.value());
    [all...]
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 65 char * current_dir() { function in namespace:__anon30325
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 169 // Examines paths directly in |current_dir| (no recursion) and tries to
173 void ObliterateOneDirectory(const base::FilePath& current_dir,
176 CHECK(current_dir.IsAbsolute());
178 base::FileEnumerator enumerator(current_dir, false, kAllFileTypes);
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 208 $__pwd = `++(current_dir)`;
  /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) +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 284 current_dir = os.getcwd()
293 self.assertEqual(os.getcwd(), current_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 284 current_dir = os.getcwd()
293 self.assertEqual(os.getcwd(), current_dir)
  /external/chromium_org/build/android/pylib/
android_commands.py 226 current_dir = ''
231 current_dir = directory_match.group('dir')
235 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 568 current_dir = os.getcwd()
578 self.assertEqual(os.getcwd(), current_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 568 current_dir = os.getcwd()
578 self.assertEqual(os.getcwd(), current_dir)
  /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 844 milliseconds

12