Searched refs:search (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/sdcard/
H A Dplot_sdcard.py51 res = re.search(('# StopWatch ([\w]+) total/cumulative '
99 self.kernel = re.search('Linux version ([0-9.]+-[^ ]+)', line).group(1)
101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1)
106 self.iterations = int(re.search('# Iterations: ([0-9]+)', line).group(1))
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)
110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1)
/system/core/sdcard/
H A Dsdcard.c231 * Performs a case-insensitive search for the file and sets the buffer to the path
232 * of the first matching file. If 'search' is zero or if no match is found, sets
239 char* buf, size_t bufsize, int search)
255 if (search && access(buf, F_OK)) {
769 int search = old_parent_node != new_parent_node local
772 new_child_path, sizeof(new_child_path), search))) {
238 find_file_within(const char* path, const char* name, char* buf, size_t bufsize, int search) argument

Completed in 1329 milliseconds