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

  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 171 const wchar_t* sub_dir; member in struct:__anon3740::__anon3741
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
  /external/chromium/chrome/browser/
shell_integration_win.cc 114 const wchar_t* sub_dir; member in struct:__anon3429::__anon3430
138 if (kLocations[i].sub_dir)
139 path = path.Append(kLocations[i].sub_dir);
  /external/chromium/base/
file_util_posix.cc 457 FilePath sub_dir = base_dir.Append(name_tmpl); local
458 std::string sub_dir_string = sub_dir.value();
  /external/bluetooth/glib/glib/
gkeyfile.c 315 gchar *candidate_file, *sub_dir; local
318 sub_dir = g_strdup ("");
323 path = g_build_filename (data_dir, sub_dir,
341 g_free (sub_dir);
342 sub_dir = g_strndup (file, candidate_file - file - 1);
344 for (p = sub_dir; *p != '\0'; p++)
350 g_free (sub_dir);
    [all...]

Completed in 135 milliseconds