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

  /external/chromium_org/components/policy/core/common/
policy_loader_win_unittest.cc 415 const string16 kPathPrefix = string16(kTestPolicyKey) + kPathSep +
426 const string16 path = kPathPrefix +
516 const string16 kPathPrefix = string16(kTestPolicyKey) + kPathSep +
525 const string16 domain_path = kPathPrefix + UTF8ToUTF16(domain.key());
    [all...]
  /external/chromium/base/
file_util_unittest.cc 70 std::wstring kPathPrefix = L"\\??\\";
73 if (kPathPrefix != target_path.value().substr(0, kPathPrefix.size()))
74 target_str += kPathPrefix;
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 79 std::wstring kPathPrefix = L"\\??\\";
82 if (kPathPrefix != target_path.value().substr(0, kPathPrefix.size()))
83 target_str += kPathPrefix;
    [all...]

Completed in 141 milliseconds