HomeSort by relevance Sort by last modified time
    Searched full:subkey_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/policy/core/common/cloud/
resource_cache.cc 75 base::FilePath subkey_path; local
77 // follow a symlink planted at |subkey_path|, clobbering a file outside the
86 return VerifyKeyPathAndGetSubkeyPath(key, true, subkey, &subkey_path) &&
87 base::DeleteFile(subkey_path, false) &&
88 (file_util::WriteFile(subkey_path, data.data(), size) == size);
95 base::FilePath subkey_path; local
96 // Only read from |subkey_path| if it is not a symlink.
97 if (!VerifyKeyPathAndGetSubkeyPath(key, false, subkey, &subkey_path) ||
98 base::IsLink(subkey_path)) {
102 return base::ReadFileToString(subkey_path, data)
132 base::FilePath subkey_path; local
    [all...]
resource_cache.h 85 base::FilePath* subkey_path);

Completed in 149 milliseconds