HomeSort by relevance Sort by last modified time
    Searched defs:current_dir (Results 1 - 3 of 3) 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/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...]

Completed in 2122 milliseconds