OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symlink_name
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc
154
const char *
symlink_name
= "symlink_file";
local
155
base::FilePath symlink_path = LocalPath(
symlink_name
);
157
ASSERT_TRUE(FileExists(
symlink_name
));
161
FileSystemURL url = CreateURL(
symlink_name
);
Completed in 108 milliseconds