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

  /external/chromium/base/
base_paths_win.h 29 DIR_LOCAL_APP_DATA_LOW, // Local AppData directory for low integrity level.
path_service_unittest.cc 34 // Function to test DIR_LOCAL_APP_DATA_LOW on Windows XP. Make sure it fails.
37 bool result = PathService::Get(base::DIR_LOCAL_APP_DATA_LOW, &path);
58 if (key == base::DIR_LOCAL_APP_DATA_LOW &&
60 // DIR_LOCAL_APP_DATA_LOW is not supported prior Vista and is expected to
base_paths_win.cc 88 case base::DIR_LOCAL_APP_DATA_LOW:
  /external/chromium/chrome/common/
sandbox_policy.cc 342 if (!AddDirectory(base::DIR_LOCAL_APP_DATA_LOW, NULL, true,

Completed in 87 milliseconds