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

  /frameworks/native/cmds/installd/
utils.h 102 bool is_valid_filename(const std::string& name);
utils.cpp 56 bool is_valid_filename(const std::string& name) { function in namespace:android::installd
66 CHECK(is_valid_filename(package_name));
157 CHECK(is_valid_filename(volume_uuid));
    [all...]
InstalldNativeService.cpp 158 if (!uuid || is_valid_filename(*uuid)) {
    [all...]

Completed in 155 milliseconds