HomeSort by relevance Sort by last modified time
    Searched defs:dir_path (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/test/
python_utils.cc 21 std::string dir_path; local
23 dir_path = WideToUTF8(dir.value());
25 dir_path = dir.value();
28 env->SetVar(kPythonPathEnv, dir_path.c_str());
29 } else if (old_path.find(dir_path) == std::string::npos) {
36 new_path.append(dir_path.c_str());
  /external/linux-tools-perf/util/
parse-events.c 175 char dir_path[MAXPATHLEN]; local
186 snprintf(dir_path, MAXPATHLEN, "%s/%s", debugfs_path,
188 evt_dir = opendir(dir_path);
194 snprintf(evt_path, MAXPATHLEN, "%s/%s/id", dir_path,
914 char dir_path[MAXPATHLEN]; local
928 snprintf(dir_path, MAXPATHLEN, "%s/%s", debugfs_path,
930 evt_dir = opendir(dir_path);
958 char dir_path[MAXPATHLEN]; local
969 snprintf(dir_path, MAXPATHLEN, "%s/%s", debugfs_path,
971 evt_dir = opendir(dir_path);
    [all...]
  /external/chromium/base/
file_util_unittest.cc 393 FilePath dir_path = temp_dir_.path().Append(FPL("dir")); local
394 FilePath file_b_path = dir_path.Append(FPL("file_b"));
395 file_util::CreateDirectory(dir_path);
413 // Beacuse this test created |dir_path|, we know it is not a link
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 95 char dir_path[80] = SDCARD_PATH; variable
598 sprintf(fn, "%s/img%03d.jpg", dir_path,counter);
    [all...]

Completed in 6973 milliseconds