OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_and_append
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/installd/
globals.cpp
85
if (
copy_and_append
(&android_app_dir, &android_data_dir, APP_SUBDIR) < 0) {
90
if (
copy_and_append
(&android_app_private_dir, &android_data_dir, PRIVATE_APP_SUBDIR) < 0) {
95
if (
copy_and_append
(&android_app_ephemeral_dir, &android_data_dir, EPHEMERAL_APP_SUBDIR) < 0) {
100
if (
copy_and_append
(&android_app_lib_dir, &android_data_dir, APP_LIB_SUBDIR) < 0) {
110
if (
copy_and_append
(&android_media_dir, &android_data_dir, MEDIA_SUBDIR) < 0) {
120
if (
copy_and_append
(&android_profiles_dir, &android_data_dir, PROFILES_SUBDIR) < 0) {
utils.h
141
int
copy_and_append
(dir_rec_t* dst, const dir_rec_t* src, const char* suffix);
utils.cpp
1160
int
copy_and_append
(dir_rec_t* dst, const dir_rec_t* src, const char* suffix) {
function in namespace:android::installd
[
all
...]
/frameworks/native/cmds/installd/tests/
installd_utils_test.cpp
409
//int
copy_and_append
(dir_rec_t* dst, dir_rec_t* src, char* suffix)
416
EXPECT_EQ(0,
copy_and_append
(&dst, &src, "app/"))
Completed in 83 milliseconds