HomeSort by relevance Sort by last modified time
    Searched full:dir_key (Results 1 - 3 of 3) 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);
  /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
  /external/chromium_org/chrome/installer/util/
shell_util.cc 1413 int dir_key = -1; local
    [all...]

Completed in 782 milliseconds