OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_valid_filename
(Results
1 - 2
of
2
) sorted by null
/external/autotest/utils/
coverage_suite.py
42
def
is_valid_filename
(f):
function
88
if
is_valid_filename
(f):
/frameworks/native/cmds/installd/
utils.cpp
52
bool
is_valid_filename
(const std::string& name) {
function in namespace:android::installd
62
CHECK(
is_valid_filename
(package_name));
157
CHECK(
is_valid_filename
(volume_uuid));
[
all
...]
Completed in 91 milliseconds