OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_path_from_string
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/tests/
installd_utils_test.cpp
223
EXPECT_EQ(-1,
get_path_from_string
(&test1, (const char *) NULL))
229
EXPECT_EQ(-1,
get_path_from_string
(&test1, ""))
235
EXPECT_EQ(-1,
get_path_from_string
(&test1, "mnt/asec"))
242
EXPECT_EQ(0,
get_path_from_string
(&test1, "/mnt/asec"))
253
EXPECT_EQ(0,
get_path_from_string
(&test3, "/data/app/"))
/frameworks/native/cmds/installd/
installd.h
176
int
get_path_from_string
(dir_rec_t* rec, const char* path);
utils.c
824
int ret =
get_path_from_string
(rec, path);
838
int
get_path_from_string
(dir_rec_t* rec, const char* path) {
function
Completed in 197 milliseconds