OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normal_path
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/test/api/
hb-test.h
169
char *
normal_path
= hb_test_normalize_path (test_path);
local
170
g_test_add_func (
normal_path
, test_func);
171
g_free (
normal_path
);
191
char *
normal_path
= hb_test_normalize_path (test_path);
local
192
g_test_add_data_func (
normal_path
, test_data, test_func);
193
g_free (
normal_path
);
218
char *
normal_path
= hb_test_normalize_path (test_path);
local
219
g_test_add_vtable (
normal_path
, data_size, test_data, data_setup, data_test, data_teardown);
220
g_free (
normal_path
);
/external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc
55
base::FilePath
normal_path
;
local
64
normal_path
= idb_context->GetFilePathForTesting(
68
ASSERT_TRUE(file_util::CreateDirectory(
normal_path
));
77
EXPECT_TRUE(base::DirectoryExists(
normal_path
));
85
base::FilePath
normal_path
;
local
98
normal_path
= idb_context->GetFilePathForTesting(
102
ASSERT_TRUE(file_util::CreateDirectory(
normal_path
));
111
EXPECT_TRUE(base::DirectoryExists(
normal_path
));
/external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api_unittest.cc
161
opt_name = std::string("
normal_path
.txt");
165
EXPECT_EQ(suggested_name.MaybeAsASCII(), "
normal_path
.txt");
Completed in 358 milliseconds