Searched defs:is_dir (Results 1 - 3 of 3) sorted by relevance

/build/tools/fs_get_stats/
H A Dfs_get_stats.c28 fprintf(stderr, "usage: fs_get_stats cur_perms is_dir filename\n");
40 char is_dir = 0; local
58 is_dir = 1;
61 fs_config(argv[3], is_dir, &uid, &gid, &perms, &capabilities);
/build/tools/fs_config/
H A Dfs_config.c99 int is_dir = 0; local
104 buffer[i-is_dir] = '\0';
108 is_dir = 1;
111 is_dir = 0;
118 fs_config(buffer, is_dir, &uid, &gid, &mode, &capabilities);
139 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
/build/tools/atree/
H A Dfs.cpp21 is_dir(const string& path) function
46 if (is_dir(path)) {

Completed in 162 milliseconds