Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py15 def server_start(self, root_dir, logger): argument
16 os.chdir(root_dir)
26 def __init__(self, root_dir, host='', port=0, logger=None): argument
27 self.root_dir = root_dir
35 print(self.root_dir)
36 if not os.path.exists(self.root_dir):
37 …self.logger.info("Not starting HTTPService for directory %s which doesn't exist" % (self.root_dir))
43 …self.process = multiprocessing.Process(target=self.server.server_start, args=[self.root_dir, self.…
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py14 def server_start(self, root_dir, logger): argument
15 os.chdir(root_dir)
25 def __init__(self, root_dir, host='', port=0, logger=None): argument
26 self.root_dir = root_dir
32 if not os.path.exists(self.root_dir):
33 …self.logger.info("Not starting HTTPService for directory %s which doesn't exist" % (self.root_dir))
39 …self.process = multiprocessing.Process(target=self.server.server_start, args=[self.root_dir, self.…
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/gconf/
H A Dcreate_config_directory.patch4 because ~/.config folder aka root_dir doesn't exist.
24 - else if (g_mkdir (root_dir, dir_mode) < 0)
25 + else if (g_mkdir_with_parents (root_dir, dir_mode) < 0)
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-buildid-cache.c35 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid() local
38 strlcpy(root_dir, proc_dir, sizeof(root_dir)); in build_id_cache__kcore_buildid()
40 p = strrchr(root_dir, '/'); in build_id_cache__kcore_buildid()
44 return sysfs__sprintf_build_id(root_dir, sbuildid); in build_id_cache__kcore_buildid()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Ddebugfs.c242 struct dentry *root_dir; in irq_debugfs_init() local
245 root_dir = debugfs_create_dir("irq", NULL); in irq_debugfs_init()
247 irq_domain_debugfs_init(root_dir); in irq_debugfs_init()
249 irq_dir = debugfs_create_dir("irqs", root_dir); in irq_debugfs_init()
/OK3568_Linux_fs/kernel/fs/befs/
H A Dsuper.c50 befs_sb->root_dir = fsrun_to_cpu(sb, disk_sb->root_dir); in befs_load_sb()
H A Dbefs.h55 befs_inode_addr root_dir; member
H A Dbefs_fs_types.h138 befs_disk_inode_addr root_dir; member
H A Ddebug.c193 tmp_run = fsrun_to_cpu(sb, sup->root_dir); in befs_dump_super_block()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddso.c69 char *root_dir, char *filename, size_t size) in dso__read_binary_type_filename() argument
190 root_dir, dso->long_name); in dso__read_binary_type_filename()
487 char *root_dir = (char *)""; in __open_dso() local
495 root_dir = machine->root_dir; in __open_dso()
498 root_dir, name, PATH_MAX)) in __open_dso()
1359 sprintf(path, "%s/sys/kernel/notes", machine->root_dir); in dso__read_running_kernel_build_id()
1365 const char *root_dir) in dso__kernel_module_get_build_id() argument
1376 root_dir, (int)strlen(name) - 1, name); in dso__kernel_module_get_build_id()
H A Dmachine.h48 char *root_dir; member
161 const char *root_dir);
171 int machine__init(struct machine *machine, const char *root_dir, pid_t pid);
H A Dmachine.c85 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init() argument
107 machine->root_dir = strdup(root_dir); in machine__init()
108 if (machine->root_dir == NULL) in machine__init()
132 zfree(&machine->root_dir); in machine__init()
224 zfree(&machine->root_dir); in machine__exit()
267 const char *root_dir) in machines__add() argument
277 if (machine__init(machine, root_dir, pid) != 0) { in machines__add()
341 const char *root_dir = ""; in machines__findnew() local
364 root_dir = path; in machines__findnew()
367 machine = machines__add(machines, pid, root_dir); in machines__findnew()
[all …]
H A Dbuild-id.c116 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id) in sysfs__sprintf_build_id() argument
122 if (!root_dir) in sysfs__sprintf_build_id()
123 root_dir = ""; in sysfs__sprintf_build_id()
125 scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir); in sysfs__sprintf_build_id()
H A Ddso.h267 int dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir);
271 char *root_dir, char *filename, size_t size);
H A Dbuild-id.h24 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id);
H A Dsymbol.c853 machine->root_dir, module); in maps__split_kallsyms()
1775 char *root_dir = (char *) ""; in dso__load() local
1830 root_dir = machine->root_dir; in dso__load()
1869 root_dir, name, PATH_MAX)) in dso__load()
2290 sprintf(path, "%s/proc/kallsyms", machine->root_dir); in dso__load_guest_kernel_sym()
H A Dsynthetic-events.c370 machine->root_dir, pid, pid); in perf_event__synthesize_mmap_events()
410 machine->root_dir, pid, pid); in perf_event__synthesize_mmap_events()
688 machine->root_dir, pid); in __event__synthesize_thread()
917 snprintf(proc_path, sizeof(proc_path), "%s/proc", machine->root_dir); in perf_event__synthesize_threads()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dsuper.c338 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
340 ei->start_clu = sbi->root_dir; in exfat_read_root()
346 ei->hint_stat.clu = sbi->root_dir; in exfat_read_root()
349 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
369 ei->i_pos = ((loff_t)sbi->root_dir << 32) | 0xffffffff; in exfat_read_root()
488 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector()
H A Dballoc.c102 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
H A Dnls.c759 clu.dir = sbi->root_dir; in exfat_create_upcase_table()
H A Dexfat_fs.h225 unsigned int root_dir; /* root dir cluster */ member
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexport-to-postgresql.py980 def machine_table(machine_id, pid, root_dir, *x): argument
981 root_dir = toserverstr(root_dir)
982 n = len(root_dir)
984 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
/OK3568_Linux_fs/kernel/samples/bpf/
H A Drun_cookie_uid_helper_example.sh4 root_dir=$local_dir/../..
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_guts.c289 return dev->root_dir; in yaffs_root()
1817 if (dev->root_dir) { in yaffs_alloc_empty_obj()
1818 obj->parent = dev->root_dir; in yaffs_alloc_empty_obj()
1820 &dev->root_dir->variant.dir_variant.children); in yaffs_alloc_empty_obj()
3278 if (in->fake && in != dev->root_dir && !force && !xmod) in yaffs_update_oh()
4217 obj == dev->unlinked_dir || obj == dev->root_dir); in yaffs_has_null_parent()
4260 while (parent != dev->root_dir && in yaffs_fix_hanging_objs()
4268 if (parent != dev->root_dir) in yaffs_fix_hanging_objs()
4560 dev->lost_n_found = dev->root_dir = NULL; in yaffs_create_initial_dir()
4566 dev->root_dir = in yaffs_create_initial_dir()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2_trace.h1711 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
1713 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
1717 __field(unsigned long long, root_dir)
1724 __entry->root_dir = root_dir;
1729 __entry->root_dir, __entry->system_dir, __entry->cluster_bits)

12