Home
last modified time | relevance | path

Searched refs:file_ext (Results 1 - 4 of 4) sorted by relevance

/third_party/f2fs-tools/tools/
H A Dfibmap.c49 struct file_ext { struct
56 void print_ext(struct file_ext *ext) in print_ext()
149 struct file_ext ext;
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c1034 const char *file_ext; in file_write_http_header() local
1081 file_ext = filename; in file_write_http_header()
1082 if (file_ext != NULL) { in file_write_http_header()
1083 while (strstr(file_ext, ".") != NULL) { in file_write_http_header()
1084 file_ext = strstr(file_ext, "."); in file_write_http_header()
1085 file_ext++; in file_write_http_header()
1088 if ((file_ext == NULL) || (*file_ext == 0)) { in file_write_http_header()
1094 if (!strcmp(file_ext, g_psHTTPHeader in file_write_http_header()
[all...]
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c81 static const char file_ext[] = ".hs"; variable
384 bdirs[dir].path, users[usr].name, file_ext); in init_files_dirs()
400 "/local_%s%s", users[usr].name, file_ext); in init_files_dirs()
/third_party/skia/
H A DPRESUBMIT.py338 file_path, file_ext = os.path.splitext(affected_file_path)
341 if (file_ext == '.h' and

Completed in 5 milliseconds