HomeSort by relevance Sort by last modified time
    Searched defs:profile_file (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
utils.cpp 1149 char profile_file[PKG_PATH_MAX]; local
1181 char profile_file[PKG_PATH_MAX]; local
    [all...]
commands.cpp 846 char profile_file[PKG_PATH_MAX]; local
847 snprintf(profile_file, sizeof(profile_file), "%s/%s",
850 if ((stat(profile_file, &st) == 0) && (st.st_size > 0)) {
851 sprintf(profile_file_arg, "--profile-file=%s", profile_file);
    [all...]

Completed in 55 milliseconds