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

  /external/libchrome/base/
os_compat_android_unittest.cc 23 FilePath sub_dir = tmp_dir.Append("XX"); local
24 std::string sub_dir_string = sub_dir.value();
  /test/vts/drivers/hal/common/driver_base/
DriverBase.cpp 47 DIR* sub_dir = NULL; local
53 if ((sub_dir = opendir(abs_path)) != NULL) {
54 closedir(sub_dir);
  /external/libchrome/base/files/
file_util_posix.cc 609 FilePath sub_dir = base_dir.Append(name_tmpl); local
610 std::string sub_dir_string = sub_dir.value();
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 3538 struct dir_info *sub_dir; local
3744 struct dir_info *sub_dir = scan1_opendir("", subpath, local
    [all...]

Completed in 100 milliseconds