Searched refs:tempDirectory (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/kits/package/
H A DContext.cpp93 BDirectory tempDirectory(tempPath.Path());
94 if ((result = tempDirectory.InitCheck()) != B_OK)
99 result = tempDirectory.CreateDirectory(contextName.String(),
/haiku-fatelf/src/tools/
H A Dhta_committer.sh76 tempDirectory="$subversionRootDirectory/$tempDirName"
95 mkdir -p "$tempDirectory"
124 cd "$tempDirectory"
157 cd "$tempDirectory"
166 cd "$tempDirectory"
177 cd "$tempDirectory"
189 unpackedCatkeyFiles=$(find "$tempDirectory" -name '*.catkeys' -exec echo '{}' ';')
204 cp -r "${tempDirectory}/data/catalogs/." "${subversionRootDirectory}/data/catalogs/"
293 rm -rf "$tempDirectory"

Completed in 56 milliseconds