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

  /frameworks/native/cmds/installd/
installd_constants.h 26 constexpr const char* PRIMARY_USER_PREFIX = "data/";
utils.cpp 256 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
261 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf);
    [all...]
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 325 std::string prefix = std::string(TEST_DATA_DIR) + PRIMARY_USER_PREFIX;
365 + PRIMARY_USER_PREFIX

Completed in 221 milliseconds