| /system/core/libutils/ |
| D | Printer.cpp | 67 const char* prefix, in LogPrinter() 98 FdPrinter::FdPrinter(int fd, unsigned int indent, const char* prefix) : in FdPrinter() 126 String8Printer::String8Printer(String8* target, const char* prefix) : in String8Printer() 152 PrefixPrinter::PrefixPrinter(Printer& printer, const char* prefix) : in PrefixPrinter()
|
| /system/vold/ |
| D | Process.cpp | 47 static bool checkMaps(const std::string& path, const std::string& prefix) { in checkMaps() 64 static bool checkSymlink(const std::string& path, const std::string& prefix) { in checkSymlink() 75 int KillProcessesWithOpenFiles(const std::string& prefix, int signal) { in KillProcessesWithOpenFiles()
|
| /system/core/adb/ |
| D | socket_spec.cpp | 120 std::string prefix = it.first + ":"; in is_socket_spec() local 130 std::string prefix = it.first + ":"; in is_local_socket_spec() local 172 std::string prefix = it.first + ":"; in socket_spec_connect() local 215 std::string prefix = it.first + ":"; in socket_spec_listen() local
|
| D | sysdeps_win32_test.cpp | 140 for (const auto& prefix : all_sequences) { in TEST() local
|
| /system/core/base/ |
| D | strings.cpp | 90 bool StartsWith(const std::string& s, const char* prefix) { in StartsWith() 94 bool StartsWith(const std::string& s, const std::string& prefix) { in StartsWith() 98 bool StartsWithIgnoreCase(const std::string& s, const char* prefix) { in StartsWithIgnoreCase() 102 bool StartsWithIgnoreCase(const std::string& s, const std::string& prefix) { in StartsWithIgnoreCase()
|
| /system/core/libcutils/tests/ |
| D | fs_config.cpp | 41 const char* prefix; member 66 const std::string& prefix) { in check_unique() 117 const std::string& prefix) { in check_unique() 154 static bool check_unique(const std::string& config, const std::string& prefix) { in check_unique() 211 void check_two(const fs_path_config* paths, const char* type_name, const char* prefix) { in check_two()
|
| /system/core/libcutils/include/private/ |
| D | fs_config.h | 49 char prefix[]; member 57 const char* prefix; member
|
| /system/netd/server/ |
| D | WakeupController.cpp | 194 Status WakeupController::addInterface(const std::string& ifName, const std::string& prefix, in addInterface() 199 Status WakeupController::delInterface(const std::string& ifName, const std::string& prefix, in delInterface() 205 const std::string& prefix, uint32_t mark, uint32_t mask) { in execIptables()
|
| D | WakeupControllerTest.cpp | 110 char prefix[sizeof(kPrefix)]; in TEST_F() member 160 char prefix[sizeof(kPrefix)]; in TEST_F() member 231 char prefix[sizeof(kPrefix)]; in TEST_F() member 270 char prefix[sizeof(ones)]; in TEST_F() member
|
| D | WakeupController.h | 35 std::string prefix; member
|
| /system/sepolicy/tests/ |
| D | policy.py | 19 def MatchPathPrefix(pathregex, prefix): argument 234 def __ExactMatchPathPrefix(self, pathregex, prefix): argument 245 def __FcSortedIndex(self, prefix): argument 255 def __MatchPathPrefixTypes(self, prefix, index): argument
|
| /system/media/audio_utils/ |
| D | PowerLog.cpp | 108 std::string PowerLog::dumpToString(const char *prefix, size_t lines, int64_t limitNs) const in dumpToString() argument 216 status_t PowerLog::dump(int fd, const char *prefix, size_t lines, int64_t limitNs) const in dump() argument 254 power_log_t *power_log, int fd, const char *prefix, size_t lines, int64_t limit_ns) in power_log_dump()
|
| D | ErrorLog.cpp | 40 error_log_t *error_log, int fd, const char *prefix, size_t lines, int64_t limit_ns) in error_log_dump()
|
| /system/tools/hidl/utils/ |
| D | StringHelper.cpp | 165 bool StringHelper::StartsWith(const std::string &in, const std::string &prefix) { in StartsWith() 178 std::string StringHelper::LTrim(const std::string &in, const std::string &prefix) { in LTrim() 199 std::string StringHelper::LTrimAll(const std::string &in, const std::string &prefix) { in LTrimAll()
|
| /system/core/libcutils/ |
| D | fs_config.cpp | 254 static inline bool prefix_cmp(bool partial, const char* prefix, size_t len, const char* path, in prefix_cmp() 261 static bool fs_config_cmp(bool partial, const char* prefix, size_t len, const char* path, in fs_config_cmp() 307 char* prefix; in fs_config() local
|
| D | android_get_control_file.cpp | 48 LIBCUTILS_HIDDEN int __android_get_control_from_env(const char* prefix, in __android_get_control_from_env()
|
| /system/core/debuggerd/libdebuggerd/ |
| D | open_files_list.cpp | 64 void dump_open_files_list(log_t* log, const OpenFilesList& files, const char* prefix) { in dump_open_files_list()
|
| /system/extras/ext4_utils/ |
| D | ext4_crypt_init_extensions.cpp | 93 std::string prefix = "/data/"; in e4crypt_set_directory_policy() local
|
| /system/core/demangle/ |
| D | Demangler.h | 84 std::string prefix; member
|
| /system/extras/simpleperf/ |
| D | SampleDisplayer.h | 119 std::string prefix = " "; in operator() local 134 void DisplayCallGraphEntry(FILE* fp, size_t depth, std::string prefix, in DisplayCallGraphEntry()
|
| /system/tools/hidl/c2hal/ |
| D | main.cpp | 58 static bool isPathPrefix(const std::string &prefix, const std::string &base) { in isPathPrefix()
|
| /system/tools/hidl/docs/src/parser/elements/declarations/ |
| D | MethodDeclarationParser.kt | 30 var prefix: String? = null variable
|
| /system/core/init/ |
| D | action_parser.cpp | 47 for (const auto& prefix : kPartnerPrefixes) { in IsActionableProperty() local
|
| D | parser.cpp | 38 void Parser::AddSingleLineParser(const std::string& prefix, LineCallback callback) { in AddSingleLineParser()
|
| /system/core/trusty/storage/proxy/ |
| D | rpmb.c | 57 static void print_buf(const char *prefix, const uint8_t *buf, size_t size) in print_buf()
|