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

  /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/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/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/llvm/lib/Support/
PathV2.cpp 616 SmallString<128> current_dir;
617 if (error_code ec = current_path(current_dir)) return ec;
622 path::append(current_dir, p);
624 path.swap(current_dir);
629 StringRef cdrn = path::root_name(current_dir);
639 StringRef bRootDirectory = path::root_directory(current_dir);
640 StringRef bRelativePath = path::relative_path(current_dir);
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 208 $__pwd = `++(current_dir)`;

Completed in 695 milliseconds