Searched refs:DIR (Results 1 – 5 of 5) sorted by relevance
21 DIR = "db_files" variable22 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")
14 DIR = "db_files" variable31 shutil.rmtree(DIR, True)32 os.makedirs(DIR)
59 void operator()(DIR* dir) { in operator()64 std::unique_ptr<DIR, Deleter> mDirectory;
46 DIR *const dir = opendir(dirPath); in existsDir()61 DIR *const dir = opendir(dirPath); in removeDirAndFiles()
143 DIR* dir = opendir("/dev"); in enumerateDevices()