OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PnaclCanOpenFile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/nacl_host/
nacl_file_host_unittest.cc
20
using nacl_file_host::
PnaclCanOpenFile
;
166
EXPECT_TRUE(
PnaclCanOpenFile
("pnacl_json", &out_path));
171
EXPECT_TRUE(
PnaclCanOpenFile
("x86_32_llc", &out_path));
177
EXPECT_FALSE(
PnaclCanOpenFile
(".xchars", &out_path));
178
EXPECT_FALSE(
PnaclCanOpenFile
("/xchars", &out_path));
179
EXPECT_FALSE(
PnaclCanOpenFile
("x/chars", &out_path));
180
EXPECT_FALSE(
PnaclCanOpenFile
("\\xchars", &out_path));
181
EXPECT_FALSE(
PnaclCanOpenFile
("x\\chars", &out_path));
182
EXPECT_FALSE(
PnaclCanOpenFile
("$xchars", &out_path));
183
EXPECT_FALSE(
PnaclCanOpenFile
("%xchars", &out_path))
[
all
...]
nacl_file_host.h
53
bool
PnaclCanOpenFile
(const std::string& filename,
nacl_file_host.cc
106
if (!nacl_file_host::
PnaclCanOpenFile
(filename, &full_filepath)) {
269
bool
PnaclCanOpenFile
(const std::string& filename,
Completed in 33 milliseconds