Searched refs:DIR (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher2/
H A Dfill_screens.py14 DIR = "db_files" variable
31 shutil.rmtree(DIR, True)
32 os.makedirs(DIR)
H A Dprint_db.py15 DIR = "db_files" variable
16 AUTO_FILE = DIR + "/launcher.db"
17 INDEX_FILE = DIR + "/index.html"
29 shutil.rmtree(DIR, True)
30 os.makedirs(DIR)
61 f = file(DIR + "/" + icon_fn, "w")
/packages/apps/Launcher3/
H A Dfill_screens.py14 DIR = "db_files" variable
31 shutil.rmtree(DIR, True)
32 os.makedirs(DIR)
H A Dprint_db.py20 DIR = "db_files" variable
21 AUTO_FILE = DIR + "/launcher.db"
22 INDEX_FILE = DIR + "/index.html"
34 shutil.rmtree(DIR, True)
35 os.makedirs(DIR)
79 f = file(DIR + "/" + icon_fn, "w")
/packages/experimental/procstatlog/
H A Dprocstatlog.c225 DIR *proc_dir = opendir("/proc");

Completed in 211 milliseconds