OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFilePath
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_line_reader_unittest.cpp
13
static const char
kFilePath
[] = "/tmp/foo.txt";
22
sys.AddRegularFile(
kFilePath
, "", 0);
24
LineReader reader(
kFilePath
);
32
sys.AddRegularFile(
kFilePath
, kFile, kFileSize);
34
LineReader reader(
kFilePath
);
45
sys.AddRegularFile(
kFilePath
, kFile, kFileSize);
47
LineReader reader(
kFilePath
);
65
sys.AddRegularFile(
kFilePath
, kFile, kFileSize);
67
LineReader reader(
kFilePath
);
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
create_file_unittest.cc
30
const base::FilePath::CharType
kFilePath
[] = "/kitty/and/puppy/happy";
59
base::FilePath::FromUTF8Unsafe(
kFilePath
),
83
EXPECT_EQ(
kFilePath
, options.file_path);
92
base::FilePath::FromUTF8Unsafe(
kFilePath
),
114
base::FilePath::FromUTF8Unsafe(
kFilePath
),
129
base::FilePath::FromUTF8Unsafe(
kFilePath
),
150
base::FilePath::FromUTF8Unsafe(
kFilePath
),
truncate_unittest.cc
30
const base::FilePath::CharType
kFilePath
[] = "/kitty/and/puppy/happy";
60
base::FilePath::FromUTF8Unsafe(
kFilePath
),
84
EXPECT_EQ(
kFilePath
, options.file_path);
94
base::FilePath::FromUTF8Unsafe(
kFilePath
),
117
base::FilePath::FromUTF8Unsafe(
kFilePath
),
133
base::FilePath::FromUTF8Unsafe(
kFilePath
),
155
base::FilePath::FromUTF8Unsafe(
kFilePath
),
open_file_unittest.cc
30
const base::FilePath::CharType
kFilePath
[] = "/directory/blueberries.txt";
94
base::FilePath::FromUTF8Unsafe(
kFilePath
),
119
EXPECT_EQ(
kFilePath
, options.file_path);
130
base::FilePath::FromUTF8Unsafe(
kFilePath
),
156
base::FilePath::FromUTF8Unsafe(
kFilePath
),
171
base::FilePath::FromUTF8Unsafe(
kFilePath
),
189
base::FilePath::FromUTF8Unsafe(
kFilePath
),
214
base::FilePath::FromUTF8Unsafe(
kFilePath
),
/external/chromium_org/content/browser/loader/
upload_data_stream_builder_unittest.cc
64
const base::FilePath::StringType
kFilePath
= FILE_PATH_LITERAL("abc");
71
request_body->AppendFileRange(base::FilePath(
kFilePath
),
89
EXPECT_EQ(
kFilePath
, r2->path().value());
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util_unittest.cc
138
const base::FilePath
kFilePath
=
141
CreateFileSystemURL(profile_, file_system_info,
kFilePath
);
150
EXPECT_EQ(
kFilePath
.AsUTF8Unsafe(), parser.file_path().AsUTF8Unsafe());
162
const base::FilePath
kFilePath
= base::FilePath::FromUTF8Unsafe("/");
164
CreateFileSystemURL(profile_, file_system_info,
kFilePath
);
173
EXPECT_EQ(
kFilePath
.AsUTF8Unsafe(), parser.file_path().AsUTF8Unsafe());
184
const base::FilePath
kFilePath
= base::FilePath::FromUTF8Unsafe("/hello");
186
CreateFileSystemURL(profile_, file_system_info,
kFilePath
);
204
const base::FilePath
kFilePath
=
207
CreateFileSystemURL(profile_, file_system_info,
kFilePath
);
[
all
...]
Completed in 1342 milliseconds