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

  /external/toybox/toys/pending/
bootchartd.c 145 char *dir, dir_path[] = "/tmp/bootchart.XXXXXX"; local
147 if ((dir = mkdtemp(dir_path))) {
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 1203 char dir_path[20]; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
parse-events.c 166 char dir_path[MAXPATHLEN]; local
177 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path,
179 evt_dir = opendir(dir_path);
185 snprintf(evt_path, MAXPATHLEN, "%s/%s/id", dir_path,
999 char dir_path[MAXPATHLEN]; local
1013 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path,
1015 evt_dir = opendir(dir_path);
1048 char dir_path[MAXPATHLEN]; local
1059 snprintf(dir_path, MAXPATHLEN, "%s/%s", tracing_events_path,
1061 evt_dir = opendir(dir_path);
    [all...]
  /external/lldb/source/Core/
PluginManager.cpp 173 char dir_path[PATH_MAX]; local
176 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
178 FileSpec::EnumerateDirectory (dir_path,
189 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
191 FileSpec::EnumerateDirectory (dir_path,
    [all...]
Debugger.cpp 495 char dir_path[PATH_MAX]; local
498 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
500 FileSpec::EnumerateDirectory (dir_path,
511 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
513 FileSpec::EnumerateDirectory (dir_path,
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 95 char dir_path[80] = SDCARD_PATH; variable
600 sprintf(fn, "%s/img%03d.jpg", dir_path,counter);
    [all...]

Completed in 160 milliseconds