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

  /external/chromium_org/cloud_print/service/win/
installer.cc 26 base::FilePath GetShortcutPath(int dir_key, bool with_subdir) {
28 if (!PathService::Get(dir_key, &path))
36 void CreateShortcut(int dir_key, bool with_subdir,
38 base::FilePath path = GetShortcutPath(dir_key, with_subdir);
62 void DeleteShortcut(int dir_key, bool with_subdir) {
63 base::FilePath path = GetShortcutPath(dir_key, with_subdir);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc 21 base::FilePath FindManifestInDir(int dir_key, const std::string& host_name) {
23 if (PathService::Get(dir_key, &base_path)) {
  /external/chromium_org/chrome/installer/util/
shell_util.cc 1474 int dir_key = -1; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
dir.c 428 struct directory dir_key;
445 dir_key.name = name;
446 dir_slot = (struct directory **) hash_find_slot (&directories, &dir_key);
425 struct directory dir_key; local

Completed in 670 milliseconds