Searched refs:DIR (Results 1 - 3 of 3) 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/experimental/procstatlog/
H A Dprocstatlog.c225 DIR *proc_dir = opendir("/proc");

Completed in 341 milliseconds