Searched defs:DIR (Results 1 - 4 of 4) 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.py21 DIR = "db_files" variable
22 AUTO_FILE = DIR + "/launcher.db"
23 INDEX_FILE = DIR + "/index.html"
36 shutil.rmtree(DIR, True)
37 os.makedirs(DIR)
81 f = file(DIR + "/" + icon_fn, "w")

Completed in 218 milliseconds