Home | History | Annotate | Download | only in apps

Lines Matching full:current_directory

66 bool DoMakePathAbsolute(const base::FilePath& current_directory,
72 if (current_directory.empty()) {
77 if (!current_directory.IsAbsolute())
80 *file_path = current_directory.Append(*file_path);
142 void LaunchWithRelativePath(const base::FilePath& current_directory) {
148 current_directory));
156 void MakePathAbsolute(const base::FilePath& current_directory) {
162 if (!DoMakePathAbsolute(current_directory, &*it)) {
394 const base::FilePath& current_directory) {
432 launcher->LaunchWithRelativePath(current_directory);