HomeSort by relevance Sort by last modified time
    Searched refs:PRIMARY_USER_PREFIX (Results 1 - 4 of 4) sorted by null

  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 322 const char *prefix = TEST_DATA_DIR PRIMARY_USER_PREFIX;
361 EXPECT_STREQ(TEST_DATA_DIR PRIMARY_USER_PREFIX "com.example.package", path)
  /frameworks/native/cmds/installd/
installd.h 56 #define PRIMARY_USER_PREFIX "data/"
utils.cpp 172 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
177 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf);
    [all...]
installd.cpp 422 char *legacy_data_dir = build_string2(android_data_dir.path, PRIMARY_USER_PREFIX);

Completed in 64 milliseconds