Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 25 of 16544) sorted by last modified time

12345678910>>...662

/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-texture-cache.c1591 const gchar *file_path) in st_texture_cache_load_file_to_cogl_texture() argument
1598 file = g_file_new_for_path (file_path); in st_texture_cache_load_file_to_cogl_texture()
1608 g_warning ("Failed to load %s: %s", file_path, error->message); in st_texture_cache_load_file_to_cogl_texture()
1628 const gchar *file_path) in st_texture_cache_load_file_to_cairo_surface() argument
1635 file = g_file_new_for_path (file_path); in st_texture_cache_load_file_to_cairo_surface()
1645 g_warning ("Failed to load %s: %s", file_path, error->message); in st_texture_cache_load_file_to_cairo_surface()
1705 const gchar *file_path) in st_texture_cache_load_file_simple() argument
1712 file = g_file_new_for_path (file_path); in st_texture_cache_load_file_simple()
1723 g_warning ("Failed to load %s: %s", file_path, error->message); in st_texture_cache_load_file_simple()
1727 g_warning ("Failed to load %s", file_path); in st_texture_cache_load_file_simple()
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DSpices.py799file_path = os.path.join(self.cache_folder, os.path.basename(self.index_cache[uuid]['screenshot']))
800 pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(file_path, 100, -1, True)
802file_path = os.path.join(self.cache_folder, os.path.basename(self.index_cache[uuid]['icon']))
803 pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(file_path, 24, 24, True)
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/
H A Dxlet-settings.py467 file_path = os.path.join(find_extension_subdir(self.xlet_dir), file_name)
471 …util.spec_from_file_location(self.uuid.replace('@', '') + '.' + file_name.split('.')[0], file_path)
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-menu-editor/cme/
H A DMainWindow.py43 self.file_path = datadir
262 def waitForNewItemProcess(self, process, parent_id, file_path): argument
264 if os.path.isfile(file_path):
271 if os.path.isfile(file_path):
277 def waitForEditProcess(self, process, file_path): argument
279 self.edit_pool.remove(file_path)
336 file_path = item.get_desktop_file_path()
338 if file_path not in self.edit_pool:
339 self.edit_pool.append(file_path)
554 file_path = item.get_desktop_file_path()
[all …]
H A DMenuEditor.py249 file_path = item.get_desktop_file_path()
251 copy_buffer.load_from_file(file_path, util.KEY_FILE_FLAGS)
397 def makeKeyFile(self, file_path, kwargs): argument
403 if file_path is not None:
404 keyfile.load_from_file(file_path, util.KEY_FILE_FLAGS)
411 file_path = item.get_desktop_file_path()
413 file_path = None
415 keyfile = self.makeKeyFile(file_path, kwargs)
432 file_path = menu.get_desktop_file_path()
434 keyfile.load_from_file(file_path, util.KEY_FILE_FLAGS)
H A Dutil.py79 file_path = os.path.join(path, 'applications', file_id)
80 if os.path.isfile(file_path):
81 return file_path
92 file_path = os.path.join(path, 'desktop-directories', file_id)
93 if os.path.isfile(file_path):
94 return file_path
111 file_path = os.path.join(path, 'menus', file_id)
112 if os.path.isfile(file_path):
113 return file_path
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/desklets/launcher@cinnamon.org/
H A DeditorDialog.py164 file_path = CUSTOM_LAUNCHERS_PATH + file_name
169 _file = open(file_path,"w+")
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-slideshow/
H A Dcinnamon-slideshow.py138 def add_image_to_playlist(self, file_path): argument
139 image = Gio.file_new_for_path(file_path)
178 file_path = file1.get_path()
184 self.add_image_to_playlist(file_path)
/dports/x11/swaysettings/SwaySettings-709b482/src/Pages/Background/
H A DBackground_Page.vala58 private void set_wallpaper (string file_path) {
59 if (file_path == null) return;
66 File file = File.new_for_path (file_path);
72 file_path);
/dports/x11/guake/Guake-3.4.0/guake/
H A Dcustomcommands.py45 file_path = self.settings.general.get_string('custom-command-file')
46 return file_path is not None
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dbrowser_test_base.cc173 const base::FilePath& file_path) { in TraceStopTracingComplete() argument
174 LOG(ERROR) << "Tracing written to: " << file_path.value(); in TraceStopTracingComplete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/api/music_manager_private/
H A Ddevice_id_linux.cc64 base::FilePath file_path = files.Next(); in GetDiskUuid() local
65 if (file_path.empty()) in GetDiskUuid()
69 if (!base::ReadSymbolicLink(file_path, &target_path)) in GetDiskUuid()
73 base::FilePath disk_uuid = file_path.BaseName(); in GetDiskUuid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/launcher/
H A Dtest_launcher.cc1236 bool LoadFilterFile(const FilePath& file_path, in LoadFilterFile() argument
1240 if (!ReadFileToString(file_path, &file_content)) { in LoadFilterFile()
1258 LOG(WARNING) << "Content of line " << line_num << " in " << file_path in LoadFilterFile()
1268 LOG(ERROR) << "Line " << line_num << " in " << file_path in LoadFilterFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/
H A DPRESUBMIT.py1390 def _IsCPlusPlusFile(input_api, file_path): argument
1394 ext = input_api.os_path.splitext(file_path)[1]
1406 def _IsCPlusPlusHeaderFile(input_api, file_path): argument
1407 return input_api.os_path.splitext(file_path)[1] == ".h"
1410 def _IsJavaFile(input_api, file_path): argument
1414 def _IsProtoFile(input_api, file_path): argument
3815 for file_path, bad_lines in bad_files.iteritems():
3816 error_description = file_path
4990 file_path = f.LocalPath()
5000 if file_path.endswith('.grdp'):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Dstack_trace_posix.cc531 int GetFileDescriptor(const char* file_path) { in GetFileDescriptor() argument
535 if (file_path) { in GetFileDescriptor()
540 if (strcmp(filepath_fd.first.c_str(), file_path) == 0) { in GetFileDescriptor()
570 uint64_t& base_address, char* file_path, in OpenObjectFileContainingPc() argument
590 if (file_path && file_path_size > 0) { in OpenObjectFileContainingPc()
591 strncpy(file_path, region.path.c_str(), file_path_size); in OpenObjectFileContainingPc()
593 file_path[file_path_size - 1] = '\0'; in OpenObjectFileContainingPc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_util_posix.cc810 bool IsLink(const FilePath& file_path) { in IsLink() argument
814 if (File::Lstat(file_path.value().c_str(), &st) != 0) in IsLink()
819 bool GetFileInfo(const FilePath& file_path, File::Info* results) { in GetFileInfo() argument
822 if (file_path.IsContentUri()) { in GetFileInfo()
823 File file = OpenContentUriForRead(file_path); in GetFileInfo()
829 if (File::Stat(file_path.value().c_str(), &file_info) != 0) in GetFileInfo()
1183 PrefetchResult PreReadFile(const FilePath& file_path, in PreReadFile() argument
1193 File file(file_path, File::FLAG_OPEN | File::FLAG_READ); in PreReadFile()
1208 File file(file_path, File::FLAG_OPEN | File::FLAG_READ); in PreReadFile()
1224 return internal::PreReadFileSlow(file_path, max_bytes) in PreReadFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/dragdrop/
H A Dos_exchange_data_provider_non_backed.cc224 base::FilePath file_path; in GetFileURL() local
225 if (!GetFilename(&file_path)) in GetFileURL()
228 GURL test_url = net::FilePathToFileURL(file_path); in GetFileURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/leveldatabase/
H A Denv_chromium.cc170 const base::FilePath& file_path) { in ReadFromFileToScratch() argument
173 return MakeIOError(file_path.AsUTF8Unsafe(), "Could not perform read", in ReadFromFileToScratch()
193 ChromiumEvictableRandomAccessFile(base::FilePath file_path, in ChromiumEvictableRandomAccessFile() argument
197 : filepath_(std::move(file_path)), in ChromiumEvictableRandomAccessFile()
253 ChromiumRandomAccessFile(base::FilePath file_path, base::File file) in ChromiumRandomAccessFile() argument
254 : filepath_(std::move(file_path)), file_(std::move(file)) {} in ChromiumRandomAccessFile()
965 base::FilePath file_path = FilePath::FromUTF8Unsafe(fname); in NewRandomAccessFile() local
967 file_path, base::File::FLAG_READ | base::File::FLAG_OPEN); in NewRandomAccessFile()
972 std::move(file_path), std::move(file), filesystem_.get(), in NewRandomAccessFile()
976 new ChromiumRandomAccessFile(std::move(file_path), std::move(file)); in NewRandomAccessFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Durl_fetcher.h164 const base::FilePath& file_path,
271 const base::FilePath& file_path,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_auth_gssapi_posix.cc395 base::FilePath file_path(library_name); in LoadSharedLibrary() local
400 base::NativeLibrary lib = base::LoadNativeLibrary(file_path, &load_error); in LoadSharedLibrary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_process_host_impl.cc3930 const base::FilePath& file_path) { in EnableAudioDebugRecordings() argument
3933 aec_dump_manager_.Start(file_path); in EnableAudioDebugRecordings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/download/
H A Ddownload_manager_impl.cc92 void DeleteDownloadedFileOnUIThread(const base::FilePath& file_path) { in DeleteDownloadedFileOnUIThread() argument
93 if (!file_path.empty()) { in DeleteDownloadedFileOnUIThread()
97 file_path)); in DeleteDownloadedFileOnUIThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webcrypto/algorithms/
H A Dtest_helpers.cc151 base::FilePath file_path = test_data_dir.AppendASCII("components") in ReadJsonTestFile() local
158 if (!base::ReadFileToString(file_path, &file_contents)) { in ReadJsonTestFile()
160 << "Couldn't read test file: " << file_path.value(); in ReadJsonTestFile()
172 << "Couldn't parse test file JSON: " << file_path.value(); in ReadJsonTestFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Dbase_file.cc76 void InitializeFile(base::File* file, const base::FilePath& file_path) { in InitializeFile() argument
78 if (file_path.IsContentUri()) { in InitializeFile()
79 *file = DownloadCollectionBridge::OpenIntermediateUri(file_path); in InitializeFile()
86 file_path, in InitializeFile()
98 void DeleteFileWrapper(const base::FilePath& file_path) { in DeleteFileWrapper() argument
100 if (file_path.IsContentUri()) { in DeleteFileWrapper()
101 DownloadCollectionBridge::DeleteIntermediateUri(file_path); in DeleteFileWrapper()
105 base::DeleteFile(file_path); in DeleteFileWrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dabout_ui.cc173 base::FilePath CreateDemoResourcesTermsPath(const base::FilePath& file_path) { in CreateDemoResourcesTermsPath() argument
179 ->GetPreinstalledDemoResourcesPath(file_path); in CreateDemoResourcesTermsPath()

12345678910>>...662